home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / comms / other / rxsocket / read.me < prev    next >
Text File  |  1999-06-14  |  853b  |  49 lines

  1.  
  2. rxsocket was divided in 2 libraries:
  3.  
  4. - rxsocket.library : bsdsocket.library functions plus other socket utilities
  5.   should work with ANY stack
  6.  
  7. - rxlibnet.library : net functions, with miami , genesis , usergroup ,
  8.   stack specific function
  9.  
  10. So the function:
  11. - MiamiIsOnline
  12. - MiamiGetPid
  13. - MiamiOnOffline
  14. - MiamiSetSocksConn
  15. - MiamiSupportsIPV6
  16. - MiamiDisallowDNS
  17. - sockatmark
  18.  
  19. - GenesisClearUserList
  20. - GenesisGetGlobalUser
  21. - GenesisGetUser
  22. - GenesisGetUserName
  23. - GenesisIsOnline
  24. - GenesisReloadUserList
  25. - GenesisSetGlobalUser
  26.  
  27. - CreateICMP
  28. - CreateIP
  29. - CreateTCP
  30. - CreateUDP
  31. - ReadICMP
  32. - ReadIP
  33. - ReadTCP
  34. - ReadUDP
  35.  
  36. - crypt
  37. - getgrgid
  38. - getgrnam
  39. - getpass
  40. - getpwnam
  41. - getpwuid
  42. - GetSalt
  43. - getuid
  44. - setuid
  45. was moved from rxsocket.library to rxlibnet.library .
  46.  
  47. Both libraries will be always included in rxsocket.lha
  48. (rxsocket.library main archive).
  49.